You are here: Routing Rules > Until Full
Syntax samples
This rule continues to direct all output to the first location specified until it fills to capacity and then to the next location until it fills and so on. If all locations are full, the first one that becomes available is selected.
The rule field of the Routing edit table only.
Components
<expression>
The total entities output from the process. This expression is valid only for the first routing of a routing block. For more information on this expression, see Processing.
Example
In this example, pallets are scanned at a barcode location before being placed in storage in a warehouse. The policy at the warehouse calls for keeping Aisle1 completely full before storing anything in Aisle2. Similarly, Aisle2 must be kept full before storing anything in Aisle3.
Process Table
Entity |
Location |
Operation (min) |
---|---|---|
Pallet |
Barcode |
USE Scanner FOR U(2.3,4) |
Routing Table
Blk |
Output |
Destination |
Rule |
Move Logic |
---|---|---|---|---|
1 |
Pallet |
Aisle1 |
FULL 1 |
MOVE FOR 5 |
Pallet |
Aisle2 |
FULL |
MOVE FOR 6 |
|
Pallet |
Aisle3 |
FULL |
MOVE FOR 7 |